Welcome![Sign In][Sign Up]
Location:
Search - rsa decryption

Search list

[ListView/ListBox103220514

Description: 实现RSA加密/解密算法,这是自己为了交作业熬了几天才完成的,-achieve RSA encryption/decryption algorithm, which is perpendicular operation themselves to endure a few days before completion,
Platform: | Size: 177152 | Author: | Hits:

[OtherCipherOne6.0

Description: 本软件代码所有权属于Scaton Software Co.,你可以任意使用该代码,但不得以商业形式整体或整模块使用本代码。 scaton, 2006.2.16 CipherOne 加密钻石锁软件代码模块介绍: Zlib---zip压缩静态库代码,GNU代码 Rsaref---Rsa密钥处理及各算法代码库,RSA Lab拥有版权,Scaton Software增加了AES和IDEA算法代码 RsaKern---本软件加密、解密处理核心模块,Scaton Software拥有版权 CipShext---资源管理器扩展模块(右键菜单支持),Scaton Software拥有版权 CipherOne---加密、解密主界面程序,Scaton Software拥有版权 BCGCBPro---界面增强库,BCGSoft拥有版权 TLCtrl---树型组合列表控件代码,Tiger X原创,Scaton Software整理、排错,并添加排序功能等。 -ownership of the software code is Scaton Software Co.. , you can use the arbitrary code, but not on a commercial basis in whole or in the use of the entire module code. Scaton, 2006.2.16 CipherOne Diamond encryption locks on software code modules : Zlib--- zip code static libraries, GNU code Rsaref--- Rsa key processing algorithm and the code base, RSA Lab copyright owner. Scaton Software increased AES algorithm and IDEA-- the code RsaKern software encryption, decryption processing core module, Software copyright owner Scaton CipShext--- Resource Manager extension (right keys menu support), Scaton Software copyright owner CipherOne--- encryption, the main interface decryption procedures, Software copyright owner Scaton BCGCBPro--- enhanced interface library copyright TLCtrl BCGSoft-
Platform: | Size: 2314240 | Author: | Hits:

[Crack HackVC_RSA

Description: 一、RSA基本原理 对明文分组M和密文分组C,加密与解密过程如下: C = POW (M , e) mod n M = POW(C , d) mod n = POW(POW( M ,e), d) mod n=POW( M,e*d) 其中POW是指数函数,mod是求余数函数。 其中收发双方均已知n,发送放已知e,只有接受方已知d,因此公钥加密算法的公钥为 KU={ e , n},私钥为KR={d , n}。该算法要能用做公钥加密,必须满足下列条件: 1. 可以找到e ,d和n,使得对所有M<n ,POW(M ,e*d)=M mod n . 2. 对所有 M<n,计算POW (M , e)和POW(C , d)是比较容易的。 3. 由e 和n确定d是不可行的 -one, the basic tenets of RSA expressly group M and cipher block C, encryption and decryption process is as follows : C = POW (M, e) mod n = M POW (C, d) mod n = POW (POW (M, e), d) mod n = POW (M, e* d), which is an exponential function POW, mod is the pursuit of the remaining functions. Transceivers which both known n, send e Fang known, the only known recipient d, therefore the public key encryption algorithm for public key e KU = (n), private key for KR = (d, n). The algorithm could be used to be a public key encryption, must meet the following conditions : 1. E can be found, and d n, making all the right M
Platform: | Size: 1965056 | Author: | Hits:

[OS programsimpleRSA

Description: 实现了运用RSA进行数据的加密与解密。此加密的方法是SSH里面用刀的方法 -achieved using RSA data encryption and decryption. This encryption method is SSH stabbed inside the
Platform: | Size: 2048 | Author: 周崇青 | Hits:

[OtherRSAUtil.PGP

Description: rsa算法的加密与解密算法, 界面为英文-rsa algorithm encryption and decryption algorithms, interface for English
Platform: | Size: 4221952 | Author: 王芳 | Hits:

[Crack HackRSA20060601

Description: 信息安全课上project,自己写的rsa加密解密算法,实现有点慢,应该是正确的-information security class project, wrote the rsa encryption and decryption algorithm, achieving a bit slow, It is right for the
Platform: | Size: 53248 | Author: helumin | Hits:

[Algorithm300

Description: 300种加密解密算法.包含RSA、SHA、MD5、RC2、RC5、RC6等等。-300 encryption and decryption algorithms. Includes RSA, SHA, MD5, RC2, RC5, RC6, and so on.
Platform: | Size: 333824 | Author: snail | Hits:

[Crack HackLockAndUnLock

Description: RSA加密与解密算法的 C++实现 -RSA encryption and decryption algorithm to achieve C
Platform: | Size: 212992 | Author: 小林 | Hits:

[CA authRSA76554466

Description: 非常完整的rsa加密解密软件 有多完整?自己看吧-very complete rsa encryption and decryption software have integrity? Look here themselves
Platform: | Size: 375808 | Author: Shi Wenzhe | Hits:

[OS programInreversableDecode

Description: 解密算法实现.采用VB6编写,针对不可逆的单向加密,在网络安全方面很有用。-decryption algorithm. Prepared using VB6 against irreversible one-way encryption, network security very useful.
Platform: | Size: 4096 | Author: 张小思 | Hits:

[Crack HackEncryptDLL

Description: 一个自己写的加密/解密DLL文件,包含(Base64, BlowFish, AES, RSA,DES3,GOST)等算法以及用delphi 和 C++Builder 调用的例子源码和调用说明文件。-himself wrote an encryption/decryption DLL files, including (Base64, BlowFish. AES, RSA, DES3. GOST) algorithm and using delphi called Builder and C source code examples and the use of documentation .
Platform: | Size: 919552 | Author: Arnold | Hits:

[Crack HackRSA_lw

Description: 本代码实现基于RSA算法的文本加密解密功能,在C++环境下运行-the code-based version of the RSA encryption and decryption functions in C++ environment Operation
Platform: | Size: 52224 | Author: liuwei | Hits:

[OS programRSA_easy

Description: RSA算法加密和解密。作为理解RSA算法非常好的程序,但不能用于工程中,因为本程序只支持很小的规模。-RSA encryption and decryption. RSA understood as a very good procedures, but not for the project, because the procedure will only support a very small scale.
Platform: | Size: 526336 | Author: 陈大卫 | Hits:

[Crack HackDESRSA

Description: 加密解密现代密码学的内容c语言编写uoto-modern encryption and decryption of the contents of cryptography c language uoto
Platform: | Size: 339968 | Author: | Hits:

[Crack HackRSA_Test

Description: RSA加密解密的算法例程,以及内存使用情况的分析-RSA encryption and decryption algorithm routines, and the memory usage analysis
Platform: | Size: 38912 | Author: starts | Hits:

[Crack Hacksmime_api

Description: 用java实现的对电子邮件进行加密解密及签名的算法接口,支持最新的pkcs11电子令牌标准,简单易用。-java with the realization of e-mail signatures and encryption and decryption algorithm interface, pkcs11 support the latest standards for electronic token, simple and easy.
Platform: | Size: 26624 | Author: 刘永恒 | Hits:

[Crack Hackrsa_tool

Description: 1、使用MIRCL大整数库开发的,支持最高4096位。 2、加密时原文的长度一旦超过密钥长度,就会解密错误。 这里不实现任意长度字串的加密原因有二: 1)。便于观察及测试用 2)。偷懒 3、如果在使用时发现原文和密码不一样的时候,就说明出现了第二点的情况 4、如果在生成素数及密钥的时候,如果原文已经存在,则会自动加密及解密; 但当密钥长度大于1024的时候,则想要加密及解密都需要点击按钮。 现在想到的就这几点了,以后想到了再补。-1, the use of the large integer MIRCL development, support the highest 4096. 2, encryption at the original length exceeding key length, will be declassified wrong. Here is not to achieve arbitrary length of the encrypted string two reasons : 1). Facilitate observation and tests using 2). 3 lazy, if found in the use of the original and a password is not the same time, it reflects the emergence of the second of four points. If the production-number and keys, if the original has been in existence, will be automatically encrypted and decrypted. But key length of more than 1024 when it wants to encryption and decryption require Click the button. Now think of these suggestions, and stop thinking of the future.
Platform: | Size: 39936 | Author: 李大叶 | Hits:

[Crack Hackencryptdll3.7final

Description: 共享软件加密算法库,一款针对个人、企业开发共享软件的加密工具,支持Windows平台下各类开发工具:VC、VB、Delphi、PB、VFP等,算法库集成的算法有:BlowFish、MD5、Secret16、AES、SHA、CRC32、RSA、DES、字符串加/解密、文件加/解密等多种功能强大的算法。其提供了DLL文件-Reg.dll,可以通过复用它来实现数据加密与解密。 -sharing software encryption algorithm library, one individual, enterprise development sharing software encryption tools, support Windows platforms in various types of development tools : Visual C++, Visual Basic, Delphi, PowerBuilder, Visual FoxPro. Integration Algorithm for the algorithm are : BlowFish, MD5, Secret16, AES, SHA, CRC32-, RSA, DES, string encryption/decryption, document encryption/decryption and other powerful algorithms. Provide a DLL files-Reg.dll, through reuse it to achieve data encryption and decryption.
Platform: | Size: 679936 | Author: 沐柏 | Hits:

[Crack HackRSAUtil

Description: RSA加密解密算法,经过运行确实可行,挺不错的-RSA encryption and decryption algorithm is feasible after operation, quite good
Platform: | Size: 4232192 | Author: 丁丁 | Hits:

[Crack Hackmyrsajiamijiemi

Description: 在.net平台下开发的用于实现对任何文件的加密解密的源程序代码,非常经典!-In. Net platform developed for the realization of any document encryption and decryption of the source code, very classic!
Platform: | Size: 153600 | Author: 许金茂 | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 38 »

CodeBus www.codebus.net